home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / files102.arc / FILES.DOC < prev    next >
Text File  |  1990-01-03  |  2KB  |  70 lines

  1.  
  2.  
  3.                         FILES.COM ver 1.02
  4.  
  5.                A System File Table Expansion Utility
  6.  
  7.                   Copyright (c) 1989  J.P. Ritchey
  8.  
  9.                      CompuServe ID:  72537,2420
  10.  
  11.  
  12.     This program is FREEWARE.  This means that you are free to use and
  13.     distribute this program as you see fit.  I do retain the rights to
  14.     the program, and removal of the copyright notice from the program
  15.     is a violation of the copyright.
  16.  
  17.     I will not be liable for for special, incidental, conseqential or
  18.     other damages resulting from the use of this program.
  19.  
  20.  
  21. FILES
  22. -----
  23.  
  24. DOS allocates space for the number of files that may be opened at one time,
  25. on a system-wide basis.  The space allocated is determined by the FILES=
  26. line in the CONFIG.SYS file.  With the program FILES you can increase the
  27. number of files that can be open simultaneously.  When used with Quarterdeck's
  28. QEMM-386 memory manager, FILES used in conjunction with LOADHI can allocate
  29. the additional memory required to support more files in High Memory, freeing
  30. up more low memory for application use.  The memory required for each file
  31. added with FILES is 53 (59 for DOS 4.01) bytes, plus from 102 to 111 bytes
  32. overhead.   Adding only one or two files with FILES is a loosing proposition
  33. since the overhead required exceeds the memory needed for the files themselves.
  34.  
  35. A note to Windows/286 users:
  36. Windows/286 version 2.11 apparently requires that all of the file entries
  37. it uses be located in low memory.  Due to this, you must have a FILES=15
  38. in your CONFIG.SYS file for Windows/286 ver 2.11 to run.  The balance of
  39. the files can be located in high memory (using LOADHI or 386LOAD).
  40.  
  41. If you understand the syntax of Quarterdeck's BUFFERS program, then you
  42. know how to use FILES.  The syntax is the same.
  43.  
  44. The FILES program has the following command line syntax:
  45.  
  46.               FILES [ # | +# ]
  47.  
  48. where # is a number.
  49.  
  50. In the following examples, [Enter] means to press the Enter key on your
  51. keyboard.
  52.  
  53.  
  54. FILES [Enter]
  55.  
  56.   This will tell you how many files are currently allocated for system-wide
  57.   use.
  58.  
  59.  
  60. FILES +42 [Enter]
  61.  
  62.   This will add 42 files to the number of files currently allocated for
  63.   system-wide use.
  64.  
  65.  
  66. FILES 50  [Enter]
  67.  
  68.   This will change the number of files allocated from the previous value
  69.   to 50.  Note that you can't decrease the number of allocated files.
  70.